vue3-json-view/lib/index.d.ts Version: 251 BTypeScriptView Raw 1import{ App }from"vue"; 2importJsonViewfrom"./json-view/index.vue"; 3exportdefaultJsonView; 4exportinterfaceAppInstance { 5version:string; 6install:(app: App) =>void; ...
vue3-json-view/src/tsconfig.esm.json Version: 179 BJSONView Raw 1 { 2 "extends": "../tsconfig.json", 3 "exclude": ["./**/*.spec.*"], 4 "compilerOptions": { 5 "rootDir": ".", 6 "outDir": "../es", 7 "module": "ES6", 8 "target": "ES6" 9 } 10...
vue-json-view JSON viewer component, for Vue.js 3. This project is forked fromreact-json-viewand is the vue3 version of that. Show only, can’t modify. Install npm install --save @matpool/vue-json-view Usage // import the vue-json-view componentimportVueJsonViewfrom'@matpool/vue-json...
import'json-tree-view-vue3/dist/style.css'constjson=`{"string":"text","number":123,"boolean":true,"null":null,"array":["A","B","C"],"object":{"prop1":"value1","nestedObject":{"prop2":"value2"}}}`<template> <JsonTreeView:json="json":maxDepth="3"/> </template> ...
将@dataview\datav-vue3/package.json 文件里的 module项index.js改为index.mjs // "module": "./es/index.js", //修改前 "module": "./es/index.mjs", // 修改后 这样改完后可以使用了,至于装饰9以后不能用的问题,暂时没有时间,就先不用后面的了 ...
vue3-json-view/src/shime-vue.d.ts Version: 120 BTypeScriptView Raw 1 declare module "*.vue" { 2 import { Component } from "vue"; 3 const component: Component; 4 export default component; 5 } Build: a7ebffa © 2024 UNPKG...
forked fromN00ts/vue3-treeview NotificationsYou must be signed in to change notification settings Fork0 Star0 Code Pull requests Actions Projects Security Insights Additional navigation options master Breadcrumbs vue3-treeview / Latest commit
Essential是一款以Vue3+ts+vite+Element plus+EChart 5开发的快速页面生成组件库,开发快速,易于维护,不需要写过多的view层,只需要通过JSON+Js代码便可实现Element plus、EChart 5等所有组件。 👉 ESSENTIAL 官方文档 项目架构版本 VueElement-PlusTypeScript ...
vue3-json-view/src/tsconfig.cjs.json Version: 185 BJSONView Raw 1 { 2 "extends": "../tsconfig.json", 3 "exclude": ["./**/*.spec.*"], 4 "compilerOptions": { 5 "rootDir": ".", 6 "outDir": "../lib", 7 "module": "CommonJS", 8 "target": "ES6" 9 }...