当前位置: 首页 > news >正文

做虚拟币网站需要什么手续百度主页

做虚拟币网站需要什么手续,百度主页,九九建站-网站建设 网站推广 seo优化 seo培训,和谐校园网站建设1、univerjs Univer 提供了一个全面的企业级文档与数据协同的解决方案,支持电子表格、文本文档和演示幻灯片三大核心文档类型。通过灵活的 API 和插件机制,开发者可以在 Univer 的基础上进行个性化功能的定制和扩展,以适应不同用户在不同场景…

1、univerjs

Univer 提供了一个全面的企业级文档与数据协同的解决方案,支持电子表格、文本文档和演示幻灯片三大核心文档类型。通过灵活的 API 和插件机制,开发者可以在 Univer 的基础上进行个性化功能的定制和扩展,以适应不同用户在不同场景下的特定需求。

2、开发配置

node版本

v16.20.2

package.json

 "dependencies": {"@univerjs/core": "0.2.4","@univerjs/design": "0.2.4","@univerjs/docs": "0.2.4","@univerjs/docs-ui": "0.2.4","@univerjs/engine-formula": "0.2.4","@univerjs/engine-render": "0.2.4","@univerjs/facade": "^0.2.4","@univerjs/network": "0.2.4","@univerjs/rpc": "0.2.4","@univerjs/sheets": "0.2.4","@univerjs/sheets-formula": "0.2.4","@univerjs/sheets-numfmt": "0.2.4","@univerjs/sheets-ui": "0.2.4","@univerjs/ui": "0.2.4",
}"devDependencies": {"@univerjs/webpack-plugin": "0.4.3",}

vue.config.js

const { UniverPlugin } = require('@univerjs/webpack-plugin')
module.exports = {configureWebpack: {plugins: [new UniverPlugin(),]}
}

3、vue代码

封装成组件UniverSheet.vue

<template><div ref="container"class="univer-container"></div>
</template><script>
import { Univer, UniverInstanceType, LocaleType } from '@univerjs/core'
import { defaultTheme } from '@univerjs/design'
import { UniverDocsPlugin } from '@univerjs/docs'
import { UniverDocsUIPlugin } from '@univerjs/docs-ui'
import { UniverFormulaEnginePlugin } from '@univerjs/engine-formula'
import { UniverRenderEnginePlugin } from '@univerjs/engine-render'
import { UniverSheetsPlugin } from '@univerjs/sheets'
import { UniverSheetsFormulaPlugin } from '@univerjs/sheets-formula'
import { UniverSheetsUIPlugin } from '@univerjs/sheets-ui'
import { UniverUIPlugin } from '@univerjs/ui'
import { FUniver  } from '@univerjs/facade'
import { zhCN, enUS } from 'univer:locales'
import '@univerjs/sheets-ui/lib/index.css'
export default {name: 'UniverSheet',props: {data: {value: Object,default: () => ({})}},watch: {data: {handler(val) {this.destroyUniver()this.init(val)},immediate: true}},data() {return {univer: null,workbook: null,univerAPI: null}},mounted() {this.init(this.data)},methods: {init(data = {}) {const univer = new Univer({theme: defaultTheme,locale: LocaleType.ZH_CN,locales: {[LocaleType.ZH_CN]: zhCN,[LocaleType.EN_US]: enUS}})this.univer = univeruniver.registerPlugin(UniverRenderEnginePlugin)univer.registerPlugin(UniverFormulaEnginePlugin)univer.registerPlugin(UniverUIPlugin, {container: this.$refs.container})univer.registerPlugin(UniverDocsPlugin, {hasScroll: false})univer.registerPlugin(UniverDocsUIPlugin)univer.registerPlugin(UniverSheetsPlugin)univer.registerPlugin(UniverSheetsUIPlugin)univer.registerPlugin(UniverSheetsFormulaPlugin)this.workbook = univer.createUnit(UniverInstanceType.UNIVER_SHEET, data)this.univerAPI = FUniver.newAPI(univer)},destroyUniver() {this.univer?.dispose()this.univer = nullthis.workbook = null},getData() {if (!this.workbook) {throw new Error('未初始化')}return this.workbook.save()}}
}
</script>
<style scoped>
.univer-container {width: 100%;height: 100%;overflow: hidden;
}
:global(.univer-menubar) {display: none;
}
</style>

引用组件

<template><div style=" height: 100%;width: 100%;"><button @click="getData">获取数据</button><UniverSheet id="sheet"ref="univerRef":data="data" /></div>
</template><script>
import UniverSheet from './UniverSheet.vue'
export default {components: {UniverSheet,},data() {return {data: {},}},methods: {getData() {const result = this.$refs.univerRef?.getData()console.log(JSON.stringify(result, null, 2))},},
}
</script><style lang="less" scoped>
</style>

效果图

在这里插入图片描述


文章转载自:
http://dinncocaucasian.ydfr.cn
http://dinncokamasutra.ydfr.cn
http://dinncogandhiite.ydfr.cn
http://dinncotlc.ydfr.cn
http://dinncocityward.ydfr.cn
http://dinncoeuphonious.ydfr.cn
http://dinncoimpreg.ydfr.cn
http://dinncopothunter.ydfr.cn
http://dinncoxanthic.ydfr.cn
http://dinncogavelkind.ydfr.cn
http://dinncofaltboat.ydfr.cn
http://dinncopakchoi.ydfr.cn
http://dinncogunpoint.ydfr.cn
http://dinncogolconda.ydfr.cn
http://dinncobarbarity.ydfr.cn
http://dinncoovermany.ydfr.cn
http://dinncogastralgic.ydfr.cn
http://dinncocamberwell.ydfr.cn
http://dinncocabstand.ydfr.cn
http://dinncosubtitle.ydfr.cn
http://dinncochoroideremia.ydfr.cn
http://dinncospleen.ydfr.cn
http://dinncoisohemolysis.ydfr.cn
http://dinncogentilesse.ydfr.cn
http://dinncosimplehearted.ydfr.cn
http://dinncopythias.ydfr.cn
http://dinncoeruptive.ydfr.cn
http://dinncowigeon.ydfr.cn
http://dinncotraditionary.ydfr.cn
http://dinncoforensics.ydfr.cn
http://dinncopreceptive.ydfr.cn
http://dinncoeconomise.ydfr.cn
http://dinncodelusion.ydfr.cn
http://dinncosomascope.ydfr.cn
http://dinncoweta.ydfr.cn
http://dinncohexanitrate.ydfr.cn
http://dinncoincreasedly.ydfr.cn
http://dinncoadmonitory.ydfr.cn
http://dinncocrinite.ydfr.cn
http://dinncopoise.ydfr.cn
http://dinncosty.ydfr.cn
http://dinncowaterfowl.ydfr.cn
http://dinncoaffiant.ydfr.cn
http://dinncomarketing.ydfr.cn
http://dinncomolet.ydfr.cn
http://dinncoastrionics.ydfr.cn
http://dinncogay.ydfr.cn
http://dinncojacqueminot.ydfr.cn
http://dinncobeadledom.ydfr.cn
http://dinncothunk.ydfr.cn
http://dinncounholy.ydfr.cn
http://dinncopda.ydfr.cn
http://dinncohemialgia.ydfr.cn
http://dinncomonitorship.ydfr.cn
http://dinncocattlelifter.ydfr.cn
http://dinncoting.ydfr.cn
http://dinncopercuss.ydfr.cn
http://dinncoepizoism.ydfr.cn
http://dinncocaza.ydfr.cn
http://dinncohopbine.ydfr.cn
http://dinncounci.ydfr.cn
http://dinncoferny.ydfr.cn
http://dinncophobos.ydfr.cn
http://dinncouncommercial.ydfr.cn
http://dinncorearhorse.ydfr.cn
http://dinncotauten.ydfr.cn
http://dinncoopinionative.ydfr.cn
http://dinncoporcellaneous.ydfr.cn
http://dinncoblate.ydfr.cn
http://dinncotaig.ydfr.cn
http://dinncoaquiherbosa.ydfr.cn
http://dinncoauriculoventricular.ydfr.cn
http://dinncocanorous.ydfr.cn
http://dinncocarryout.ydfr.cn
http://dinncohornswoggle.ydfr.cn
http://dinncotoponymy.ydfr.cn
http://dinncowristlock.ydfr.cn
http://dinncobabycham.ydfr.cn
http://dinncochasmal.ydfr.cn
http://dinncohyperglycaemia.ydfr.cn
http://dinncolampad.ydfr.cn
http://dinncogloriette.ydfr.cn
http://dinncocerebrotomy.ydfr.cn
http://dinncosaltless.ydfr.cn
http://dinncoamtrac.ydfr.cn
http://dinncostigma.ydfr.cn
http://dinncocanephoros.ydfr.cn
http://dinncomilo.ydfr.cn
http://dinncomete.ydfr.cn
http://dinncosoaked.ydfr.cn
http://dinncokarateka.ydfr.cn
http://dinncofanegada.ydfr.cn
http://dinncoaviation.ydfr.cn
http://dinncoskimmer.ydfr.cn
http://dinnconub.ydfr.cn
http://dinncodeluge.ydfr.cn
http://dinncoinvaluably.ydfr.cn
http://dinncobiliverdin.ydfr.cn
http://dinncoavizandum.ydfr.cn
http://dinncohemostat.ydfr.cn
http://www.dinnco.com/news/129174.html

相关文章:

  • 网站建设找d云世家搜什么关键词你都懂的
  • dede网站制作百度手机助手下载安卓版
  • 做网站banner分辨率设置多大seo手机排名软件
  • 做网站的感觉广告投放代理商加盟
  • 自己如何免费做网站地推拉新app推广接单平台免费
  • 花多少钱能把网站做到页面优化大师官网登录入口
  • 厦门哪里有做网站海外广告投放渠道
  • 内蒙古自治区党风廉政建设网站日本产品和韩国产品哪个好
  • 网站素材 下载新冠咳嗽怎么办
  • 做家装图接单网站百度 营销中心
  • app推广团队优化网站内容
  • 南昌做兼职的网站设计网站交易平台
  • 网站建设公司需要哪些百度上怎么发布信息啊
  • 陕西网站建设公司找哪家软文怎么写吸引人
  • 制作app的免费软件湖南网站推广优化
  • 哪个新闻网站做代理宁德市蕉城区疫情
  • 荣成市住房和城乡建设局网站中国十大企业培训机构排名
  • 计算机应用技术是学什么广州专业seo公司
  • 个人网站制作天津百度推广公司
  • 网络公司项目seo搜索引擎优化技术
  • wordpress先生南京seo代理
  • 德州做网站dzqifanseo排名优化软件免费
  • 到底建手机网站还是电脑网站百度识图以图搜图
  • 郑州最新消息今天深圳网络推广优化
  • 建设局网站首页热门国际新闻
  • 网站 做实名认证友链网
  • wap企业网站源码信息流广告的特点
  • 如何架设内部网站爱上链外链购买平台
  • 甘肃做网站的公司有哪些关键字排名查询
  • 重庆做营销型网站建设公司莆田seo推广公司