MUKi

Results 10 issues of MUKi

here is my folder structure: ``` + css/ |--- style.css + sass/ |--- _basic.scss |--- _girds.scss |--- _style.scss |--- + component/ |------- _banner.scss |------- _tab.scss |--- + layout/ |------- _index.scss...

I use brackets sass, but when I compile, it has wrong msg: ``` 'Error: File to import not found or unreadable: susy. ... ``` so, does brackets sass not support...

### Step by step scenario 1. npm install lastest version 2. put simple code from [the sample](https://github.com/SortableJS/vue.draggable.next/blob/master/example/components/simple.vue) ``` import draggable from "@/vuedraggable" export default { components: { draggable} } ```...

I use the code blocks, but can’t show the style ![截圖 2020-06-16 11 36 03](https://user-images.githubusercontent.com/3794103/84729279-e4302500-afc5-11ea-98f9-2a281eed2091.png) and console shows error msg : CodeMirror is not defined

### 🐛 bug 描述 開發時一切正常,而我使用 `npm run build` 之後,沒有出現錯誤, 但是瀏覽網站時是白畫面,出現錯誤: ``` react-dom-4011441e.js:9 Uncaught TypeError: Cannot read properties of undefined (reading '__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED') at react-dom-4011441e.js:9:230 at react-dom-4011441e.js:139:612 ``` ### 📷 复现步骤 反覆測試後,我的...

初始化使用 `loadData()` 可以正常切換多個 sheet,但我想要做導入 Excel 的功能,所以點了按鈕之後才使用 `loadData()` ``` init = () => { spreadsheet.value = new Spreadsheet(spreadsheetContainer.value as HTMLDivElement, { showToolbar: true, showGrid: true, view: { width: () => props.mainWidth,...

### Before you submit this issue, have you checked the following - [X] Is this really a problem? - [X] I have searched the Github Issues for similar issues, but...

bug
scope:formula
scope:import export
Priority:P1

### 在您提交此问题之前,您是否检查了以下内容? - [X] 这真的是个问题吗? - [X] 我已经在 Github Issues 中搜索过了,但没有找到类似的问题。 ### 受影响的包和版本 v0.2.7 ### 复现链接 [https://univer.ai/zh-CN/examples/sheets](https://univer.ai/zh-CN/examples/sheets) ### 预期行为 如果今天輸入的是數字或浮點數,預設會靠右對齊。 當我縮小儲存格寬度時,一般的 Excel (ex. google doc) 他會從右邊的數字開始切掉,而不是從左邊,但 Univer sheet 剛好相反,導致如果是浮點數的話,會看不到整數位 我以...

bug
scope:numfmt
Priority:P2

如果沒有 heading1,可以讓 subtitle 預設是檔案名稱嗎

### 在您提交此问题之前,您是否检查了以下内容? - [X] 这真的是个问题吗? - [X] 我已经在 Github Issues 中搜索过了,但没有找到类似的问题。 ### 受影响的包和版本 0.3.0 ### 复现链接 使用 Excel 的 Range Reference 公式 `='Sheet 1'!B3:B4 ` 在 Univer 可以正常參照,但是下載後用 Office Excel...

scope:formula
scope:import export
backlog