赞
踩
npm install
npm run build
- <template>
- <div>
- <div id="luckysheet" style="margin:0px;padding:0px;position:absolute;width:100vw;height:90vh;left: 0px;top: 50px;"></div>
-
- </div>
- </template>
-
- <script>
- export default{
- name:'luckysheet',
- mounted() {
- this.init()
- },
- methods:{
- init(){
- console.log(luckysheet)
- var options = {
- container: 'luckysheet', //luckysheet为容器id
- title:'luckysheet', //表 头名
- lang: 'zh', //中文
- }
- luckysheet.create(options)
- }
- },
- }
- </script>
-
- <style>
- </style>
这个问题很多博主都出现过,我也尝试了很多方法:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。