目前页面已经有一个基于 DataTables 的表格。功能实现较多,无法 Vue 实现。
目前需要实现在 DataTables 中选择一些条目,然后在 Vue 中执行后续的操作。
通过 Webpack 打包后,无法在 console 中获取到 app 的示例,不知道该如何修改 vue 中的数据。
app.js
import ElementUI from 'element-ui';import 'element-ui/lib/theme-chalk/index.css';import App from './App.vue'; Vue.use(ElementUI); Vue.component('example-component', require('./components/ExampleComponent.vue'));const app = new Vue({ el: '#vueapp', render: h => h(App) });
"vue": "^2.5.16"
webpack:3.12.0
使用 Laravel 5.6 构建
1.一段代码,可以实现使用原生 JS 或 JQuery 修改 Vue 中的数据
2.webpack打包后如何在 console 中暴露出 vue 示例。
噜噜哒
相关分类