整理
This commit is contained in:
8
src/pages/Page/JSPage/index.page.vue
Normal file
8
src/pages/Page/JSPage/index.page.vue
Normal file
@ -0,0 +1,8 @@
|
||||
<script setup>
|
||||
import { fnInJsFile } from './js-file';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>src/pages/js-page/index.page.vue</div>
|
||||
<div>{{ fnInJsFile() }}</div>
|
||||
</template>
|
3
src/pages/Page/JSPage/js-file.js
Normal file
3
src/pages/Page/JSPage/js-file.js
Normal file
@ -0,0 +1,3 @@
|
||||
export function fnInJsFile() {
|
||||
return 'the function in js-file.js';
|
||||
}
|
17
src/pages/Page/MDPage.page.md
Normal file
17
src/pages/Page/MDPage.page.md
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
name: My Cool App
|
||||
title: My Cool App
|
||||
meta:
|
||||
- name: description
|
||||
content: Hello World
|
||||
---
|
||||
|
||||
# Hello World
|
||||
|
||||
This is {{frontmatter.name}}
|
||||
|
||||
- [Unocss 快速、简单最新的Web项目大屏模板](https://github.com/gitboyzcf/vue3-simple-screen)
|
||||
- [Vue3、Vite5、Primevue、Oxlint、Husky9 简单快速搭建最新的Web项目模板](https://juejin.cn/post/7438884007084032035)
|
||||
- [Large, small, and dynamic viewport units polyfill](https://github.com/joppuyo/large-small-dynamic-viewport-units-polyfill)
|
||||
- [VitePressShiki式语法高亮器](https://shiki.tmrs.site/packages/vitepress)
|
||||
- [密码强度](https://zxcvbn-ts.github.io/zxcvbn/guide/getting-started/)
|
Reference in New Issue
Block a user