安装插件
npm install --save docxtemplater pizzip jszip-utils jszip file-saver
...大约 2 分钟
死人唯一做的事就是把活着这事给搞砸了 —— 《重返黑夜》
npm install --save docxtemplater pizzip jszip-utils jszip file-saver
报错:Component provided template option but runtime compilation is not supported in this build of Vue. Configure your bundler to alias "vue" to "vue/dist/vue.esm-bundler.js". 翻译:组件提供了模板选项,但此版本的Vue不支持运行时编译。将bundler配置为别名“vue”为“vue/dist/vue.esm-bundler.js”。
import { createApp } from "vue";
const component = createApp({
template:`<div>test</div>`
})
component.mount('#content')
基于vuepress的背景插件
npm
安装:
npm install vuepress-plugin-background
yarn
安装:
yarn add vuepress-plugin-background