� release 0.2.4 version

This commit is contained in:
就眠儀式 2021-11-19 13:04:07 +08:00
parent 2347a18beb
commit fa9e4c2579
10 changed files with 9 additions and 16 deletions

3
.gitignore vendored
View File

@ -10,11 +10,10 @@ yarn-error.log*
yarn.lock
package-lock.json
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sln

View File

@ -17,4 +17,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -82,4 +82,4 @@ createApp(App).use(Layui).mount('#app')
## 相关
[官网](http://layui-vue.pearadmin.com/)、[更新日志](http://layui-vue.pearadmin.com/zh-CN/guide/changelog)、[交流群](https://jq.qq.com/?_wv=1027&k=ffiUQgnE)
[官网](http://layui-vue.pearadmin.com/)、[更新日志](http://layui-vue.pearadmin.com/zh-CN/guide/changelog)、[交流群](https://jq.qq.com/?_wv=1027&k=ffiUQgnE)

View File

@ -23,4 +23,4 @@
</div>
<script type="module" src="/src/entry-client.ts"></script>
</body>
</html>
</html>

View File

@ -85,12 +85,6 @@ export default {
title: '更新',
subTitle: 'change log',
path: '/zh-CN/guide/changelog',
},
{
id: 4,
title: '规范',
subTitle: 'norms',
path: '/zh-CN/guide/norms'
}
],
},

View File

@ -64,4 +64,4 @@
"last 2 versions and > 2%",
"ie > 10"
]
}
}

2
shims-vue.d.ts vendored
View File

@ -22,4 +22,4 @@ interface ImportMeta {
DEV: boolean
SSR: boolean
}
}
}

View File

@ -192,4 +192,4 @@ export {
install,
}
export default { install }
export default { install }

View File

@ -15,4 +15,4 @@
},
"include": ["src/**/*", "shims-vue.d.ts"],
"exclude": ["node_modules"]
}
}

View File

@ -41,4 +41,4 @@ export default defineConfig({
},
},
plugins,
})
})