@gdyfe/ssml
TypeScript icon, indicating that this package has built-in type declarations

1.3.3 • Public • Published

ssml

SSML富文本编辑器

环境

Node 18

安装与使用

1.安装插件

yarn add @gdyfe/ssml

2.使用

// main.ts

import { createApp } from 'vue'
import App from './App.vue'

import '@gdyfe/ssml/dist/style.css'

import SSMLEditor from '@gdyfe/ssml'

const app = createApp(App)
app.use(SSMLEditor)
app.mount('#app')
// App.vue

<script setup lang="ts">
import { EditorView } from '@gdyfe/ssml'
</script>

<template>
  <EditorView></EditorView>
</template>

<style scoped></style>

Readme

Keywords

Package Sidebar

Install

npm i @gdyfe/ssml

Weekly Downloads

372

Version

1.3.3

License

Apache-2.0

Unpacked Size

1.2 MB

Total Files

105

Last publish

Collaborators

  • whzcorcd
  • laev
  • shelter01