mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-21 14:13:36 +08:00
docs:更新文档
This commit is contained in:
21
node_modules/@vue/runtime-dom/LICENSE
generated
vendored
Normal file
21
node_modules/@vue/runtime-dom/LICENSE
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2018-present, Yuxi (Evan) You
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
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.
|
||||
13
node_modules/@vue/runtime-dom/README.md
generated
vendored
Normal file
13
node_modules/@vue/runtime-dom/README.md
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# @vue/runtime-dom
|
||||
|
||||
``` js
|
||||
import { h, createApp } from '@vue/runtime-dom'
|
||||
|
||||
const RootComponent = {
|
||||
render() {
|
||||
return h('div', 'hello world')
|
||||
}
|
||||
}
|
||||
|
||||
createApp(RootComponent).mount('#app')
|
||||
```
|
||||
1299
node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js
generated
vendored
Normal file
1299
node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1255
node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.prod.js
generated
vendored
Normal file
1255
node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.prod.js
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1452
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts
generated
vendored
Normal file
1452
node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
9146
node_modules/@vue/runtime-dom/dist/runtime-dom.esm-browser.js
generated
vendored
Normal file
9146
node_modules/@vue/runtime-dom/dist/runtime-dom.esm-browser.js
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
node_modules/@vue/runtime-dom/dist/runtime-dom.esm-browser.prod.js
generated
vendored
Normal file
1
node_modules/@vue/runtime-dom/dist/runtime-dom.esm-browser.prod.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
1248
node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.js
generated
vendored
Normal file
1248
node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.js
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
9241
node_modules/@vue/runtime-dom/dist/runtime-dom.global.js
generated
vendored
Normal file
9241
node_modules/@vue/runtime-dom/dist/runtime-dom.global.js
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
node_modules/@vue/runtime-dom/dist/runtime-dom.global.prod.js
generated
vendored
Normal file
1
node_modules/@vue/runtime-dom/dist/runtime-dom.global.prod.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
7
node_modules/@vue/runtime-dom/index.js
generated
vendored
Normal file
7
node_modules/@vue/runtime-dom/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict'
|
||||
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
module.exports = require('./dist/runtime-dom.cjs.prod.js')
|
||||
} else {
|
||||
module.exports = require('./dist/runtime-dom.cjs.js')
|
||||
}
|
||||
74
node_modules/@vue/runtime-dom/package.json
generated
vendored
Normal file
74
node_modules/@vue/runtime-dom/package.json
generated
vendored
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"@vue/runtime-dom@3.0.2",
|
||||
"J:\\Github\\CURD-TS"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@vue/runtime-dom@3.0.2",
|
||||
"_id": "@vue/runtime-dom@3.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-nRZtAyJVWAJdPYD1A5tkbgBRtxw=",
|
||||
"_location": "/@vue/runtime-dom",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@vue/runtime-dom@3.0.2",
|
||||
"name": "@vue/runtime-dom",
|
||||
"escapedName": "@vue%2fruntime-dom",
|
||||
"scope": "@vue",
|
||||
"rawSpec": "3.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/vue"
|
||||
],
|
||||
"_resolved": "http://192.168.250.101:4873/@vue%2fruntime-dom/-/runtime-dom-3.0.2.tgz",
|
||||
"_spec": "3.0.2",
|
||||
"_where": "J:\\Github\\CURD-TS",
|
||||
"author": {
|
||||
"name": "Evan You"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/vuejs/vue-next/issues"
|
||||
},
|
||||
"buildOptions": {
|
||||
"name": "VueRuntimeDOM",
|
||||
"formats": [
|
||||
"esm-bundler",
|
||||
"esm-browser",
|
||||
"cjs",
|
||||
"global"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/runtime-core": "3.0.2",
|
||||
"@vue/shared": "3.0.2",
|
||||
"csstype": "^2.6.8"
|
||||
},
|
||||
"description": "@vue/runtime-dom",
|
||||
"files": [
|
||||
"index.js",
|
||||
"dist"
|
||||
],
|
||||
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/runtime-dom#readme",
|
||||
"keywords": [
|
||||
"vue"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"module": "dist/runtime-dom.esm-bundler.js",
|
||||
"name": "@vue/runtime-dom",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vue-next.git",
|
||||
"directory": "packages/runtime-dom"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"types": "dist/runtime-dom.d.ts",
|
||||
"unpkg": "dist/runtime-dom.global.js",
|
||||
"version": "3.0.2"
|
||||
}
|
||||
Reference in New Issue
Block a user