fix #287, 261 by removing Math.floor()
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
import { defineStore } from "pinia";
|
||||
import moment from 'moment';
|
||||
|
||||
/**
|
||||
* stores/conformanceInput.js 與 stores/conformance.js 的差別在於
|
||||
* 本store側重在暫存使用者的輸入
|
||||
* 而後者則側重在 API 的串接之所需
|
||||
*/
|
||||
|
||||
export default defineStore('conformanceInputStore', {
|
||||
state: () => ({
|
||||
inputDataToSave: {
|
||||
|
||||
Reference in New Issue
Block a user