修正路径

master
yutent 2024-05-15 13:35:39 +08:00
parent 979f51e202
commit 428261416c
7 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@bd/ui",
"version": "0.1.15",
"version": "0.1.16",
"type": "module",
"description": "",
"files": [

View File

@ -5,7 +5,7 @@
*/
import { nextTick, css, html, Component } from 'wkit'
import '../base/icon.js'
import '../icon/icon.js'
class Checkbox extends Component {
static props = {

View File

@ -15,8 +15,8 @@ import {
clearOutsideClick
} from 'wkit'
import ICONS from './svg.js'
import '../form/input.js'
import '../base/button.js'
import '../input/input.js'
import '../button/button.js'
const ACTTION = {
bold: 'bold',

View File

@ -5,7 +5,7 @@
*/
import { css, html, Component, bind, styleMap } from 'wkit'
import '../form/input.js'
import '../input/input.js'
let uniqueInstance = null // 缓存当前打开的alert/confirm/prompt类型的弹窗
let toastInstance = null // 缓存toast的实例

View File

@ -8,7 +8,7 @@ import { css, html, raw, Component, bind, styleMap, classMap } from 'wkit'
import md2html from './core.js'
import '../code/code.js'
import '../form/checkbox.js'
import '../checkbox/checkbox.js'
export default md2html

View File

@ -15,9 +15,9 @@ import {
clearOutsideClick
} from 'wkit'
import '../views/markd/index.js'
import '../form/input.js'
import '../base/button.js'
import '../markd/markd.js'
import '../input/input.js'
import '../button/button.js'
import { DEFAULT_TOOLS, html2md, Addon } from './helper.js'
import ICONS from './svg.js'

View File

@ -5,7 +5,7 @@
*/
import { nextTick, css, html, Component, bind } from 'wkit'
import '../base/icon.js'
import '../icon/icon.js'
const MACOS_KEYS = {
Cmd: '⌘',