Made expandable man in REST Mock #269

Merged
bema merged 4 commits from bema/func/rest_mock_tooltips into master 2023-11-20 11:01:02 +01:00
Showing only changes of commit 4f4f8c2f0d - Show all commits

View File

@@ -1 +1,4 @@
declare module '*.vue';
declare module '*.vue' {
import Vue from 'vue';
export default Vue;
}