如何初始化新的Vue实例,将其挂载到现有dom元素,并使用此元素的html作为组件(或应用程序)的内容?下面是一个示例项目https://codesandbox.io/s/white-darkness-f3v80 <div id="app"> <template slot="foo">Also should be
我正在尝试复制我的bootstrap datepicker,但它无法正常工作。datepicker在一个div中,我复制了整个div。它工作得很好,但是datepicker只能在原始div中工作,不能在克隆的div中工作。我在stackoverflow上看到过,你可以用class代替Id,但这也不起作用。$('.calendar').datepicker({ todayHighlight: true,});
var