@vuux/editor
Version:
Vue Nuxt 富文本编辑器
20 lines (19 loc) • 528 B
JavaScript
import { createElementBlock as e, openBlock as o, createElementVNode as r } from "vue";
import n from "../../_virtual/_plugin-vue_export-helper.mjs";
const s = {}, c = {
class: "is-icon",
xmlns: "http://www.w3.org/2000/svg",
width: "18",
height: "18",
fill: "var(--editor-text-color)",
viewBox: "0 0 24 24"
};
function i(l, t) {
return o(), e("svg", c, [...t[0] || (t[0] = [
r("path", { d: "M9 7v10h6v-2h-4V7z" }, null, -1)
])]);
}
const m = /* @__PURE__ */ n(s, [["render", i]]);
export {
m as default
};