4 Star 8 Fork 1

buhe/buheStar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
App.vue 489 Bytes
一键复制 编辑 原始数据 按行查看 历史
buhe 提交于 2020-09-16 15:55 . 内容检测、PP登陆等问题完美解决
<script>
export default {
async onLaunch() {
await await this.$u.api.bootstrapper()
}
}
</script>
<style lang="scss">
// 引入 uview 主题全局样式
@import "./uview-ui/index.scss";
/* 引入 Aui 相关公共 css */
@import url("./common/aui/css/aui.css");
@import url("./common/aui/css/aui.iconfont.css");
/* 引入富文本解析器 */
@import '@/components/htmlParse/parse.css';
/*每个页面公共css */
page {
width: 100%;
height: 100%;
}
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/buhehpc/buheStar.git
git@gitee.com:buhehpc/buheStar.git
buhehpc
buheStar
buheStar
master

搜索帮助